home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / flash.sit / Flash Cards / background_2580.txt < prev    next >
Text File  |  1988-11-26  |  3KB  |  153 lines

  1. -- background: 2580 from stack: in
  2. -- bmap block id: 3986
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: SET 1
  6.  
  7.  
  8. -- part 14 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=129 top=305 right=326 bottom=190
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Hint
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   play "Boing"
  23.   show field Hint
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 15 (field)
  29. -- low flags: 01
  30. -- high flags: 0000
  31. -- rect: left=17 top=72 right=143 bottom=304
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 251
  36. -- text size: 48
  37. -- style flags: 0
  38. -- line height: 64
  39. -- part name: Word
  40.  
  41.  
  42. -- part 16 (button)
  43. -- low flags: 00
  44. -- high flags: 2000
  45. -- rect: left=14 top=29 right=63 bottom=53
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 1016 / 1016
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Prev
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   hide field Hint
  57.   go to previous card
  58. end mouseUp
  59.  
  60.  
  61. -- part 17 (button)
  62. -- low flags: 00
  63. -- high flags: 2000
  64. -- rect: left=267 top=29 right=63 bottom=306
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 32650 / 32650
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: Next
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   hide field Hint
  76.   go to next card
  77. end mouseUp
  78.  
  79.  
  80. -- part 19 (field)
  81. -- low flags: 81
  82. -- high flags: 0000
  83. -- rect: left=17 top=182 right=224 bottom=304
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 1
  87. -- font id: 251
  88. -- text size: 28
  89. -- style flags: 0
  90. -- line height: 37
  91. -- part name: Hint
  92. ----- HyperTalk script -----
  93.  
  94.  
  95.  
  96.  
  97. -- part 20 (button)
  98. -- low flags: 00
  99. -- high flags: 2000
  100. -- rect: left=137 top=29 right=67 bottom=178
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 20098 / 20098
  103. -- text alignment: 1
  104. -- font id: 0
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: Home
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.   visual effect iris close
  112.   go home
  113. end mouseUp
  114.  
  115.  
  116.  
  117. -- part 21 (button)
  118. -- low flags: 00
  119. -- high flags: 0000
  120. -- rect: left=311 top=28 right=332 bottom=495
  121. -- title width / last selected line: 0
  122. -- icon id / first selected line: 0 / 0
  123. -- text alignment: 1
  124. -- font id: 0
  125. -- text size: 12
  126. -- style flags: 0
  127. -- line height: 16
  128. -- part name: Wrong Answer
  129. ----- HyperTalk script -----
  130. on mouseUp
  131.   play "boing"
  132. end mouseUp
  133.  
  134.  
  135.  
  136. -- part 22 (button)
  137. -- low flags: 00
  138. -- high flags: 0000
  139. -- rect: left=15 top=300 right=329 bottom=53
  140. -- title width / last selected line: 0
  141. -- icon id / first selected line: 5472 / 5472
  142. -- text alignment: 1
  143. -- font id: 0
  144. -- text size: 12
  145. -- style flags: 0
  146. -- line height: 16
  147. -- part name: First
  148. ----- HyperTalk script -----
  149. on mouseUp
  150.   go to card "TOP"
  151. end mouseUp
  152.  
  153.